nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(2) a {
  color: #ff6600;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.589)), url(../images/bg\ img\ 6.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 280px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
}

.header-banner h1 {
  width: fit-content;
  /* background-color: #dc8827; */
  padding: 0px 10px;
  margin-left: 5%;
  font-size: 35px;
  padding-bottom: 8px;
  backdrop-filter: blur(5px);
  font-weight: 600;
  background-color: rgba(220, 220, 220, 0.185);
}





@media screen and (max-width: 900px) {

  .header-banner {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .header-banner h1 {
    font-size: 30px;
  }

  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(2) a {
    color: #eb8d19;
  }


}